home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 1.toast / What's New? / Development Kits / Mac OS / USB DDK 1.4.6f4 / Examples / USBEnetSample / USBEnetVersion.h < prev   
Encoding:
C/C++ Source or Header  |  2000-08-23  |  727 b   |  28 lines  |  [TEXT/CWIE]

  1. /*
  2.     File:        USBEnetVersion.h
  3.  
  4.     Contains:    xxx put contents here xxx
  5.  
  6.     Version:    xxx put version here xxx
  7.  
  8.     Copyright:    © 1998-2000 by Apple Computer, Inc., all rights reserved.
  9.  
  10.     File Ownership:
  11.  
  12.         DRI:                xxx put dri here xxx
  13.  
  14.         Other Contact:        xxx put other contact here xxx
  15.  
  16.         Technology:            xxx put technology here xxx
  17.          
  18. */
  19.  
  20. #define kVersShort        "1.0d2"
  21. #define kVers1Long        "1.0d2, © 2000 Apple Computer, Inc."
  22. #define kVers2Long        "USB Ethernet Driver v1.0d2"
  23.  
  24. #define kVMajor            1                    /* Binary Coded Decimal */
  25. #define kVMinor            (0*16)+0            /* Binary Coded Decimal, ex: .2.3 = (2*16)+3 */
  26. #define kVStage            developStage        /* developStage, alphaStage, betaStage, finalStage */
  27. #define kVRelease        2                    /* Binary Coded Decimal */
  28.